home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / win_nt95 / pplus152.zip / PPSHLEXT.INF < prev    next >
INI File  |  1996-11-11  |  1KB  |  57 lines

  1. ; PropertiesPlus Install by kish
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. DelFiles=ThisDll.sys.delete
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  11. DelReg=ThisDll.Del.Reg
  12.  
  13. [ThisDll.Add.Reg]
  14. HKCR,CLSID\%GUID%,,,"%NAME%"
  15. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  16. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  17. HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  18. HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  19.  
  20. [ThisDll.Uninst.Reg]
  21. HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
  22. HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\ppshlxun.exe"
  23.  
  24. [ThisDll.Del.Reg]
  25. HKCR,*\ShellEx\ContextMenuHandlers\PropertiePlus,,,%GUID%
  26.  
  27. [ThisDll.sys.install]
  28. ppshlxun.exe
  29. ppshlext.exe
  30. ppshlext.dll
  31.  
  32. [ThisDll.sys.delete]
  33. proplus.exe
  34. pplus.inf
  35. ppshex.dll
  36. pplusjp.inf
  37. ppshexjp.dll
  38.  
  39. [DestinationDirs]
  40. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  41. ThisDll.sys.delete =11,%SubDir% ; to System\%SubDir%
  42.  
  43. [SourceDisksNames]
  44. 55="PropertiesPlus 1.51.","",1
  45.  
  46. [SourceDisksFiles]
  47. %ThisDll%=55
  48.  
  49. [Strings]
  50. SubDir = "ShellExt"
  51. NAME="PropertiesPlus"
  52. ThisDll = "ppshlext.dll"
  53. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\PropertiesPlus"
  54. GUID="{0b95b7e0-c8b9-11cf-8f59-444553540000}"
  55. Uninst_DESC = "PropertiesPlus (Remove Only)"
  56.  
  57.